plt size

21

plt.plot figure size -

import matplotlib.pyplot as plt
plt.rcParams["figure.figsize"] = (20,3)

change plot size matplotlib -

from matplotlib.pyplot import figure
figure(num=None, figsize=(8, 6), dpi=80, facecolor='w', edgecolor='k')

plot size -

fig.set_size_inches(18.5, 10.5, forward=True)

Comments

Submit
0 Comments